home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1082.dms / q1082.adf / doc / README < prev    next >
Text File  |  1991-07-18  |  2KB  |  51 lines

  1. FIG 1.4 Release 2
  2.  
  3. Added features:
  4. ===============
  5.  
  6. 1) Interpolated spline (open and close).
  7. 2) Dotted line style.
  8. 3) Blinking vertical bar cursor for entering character string in
  9.    canvas and message window.
  10. 4) Character strings editing feature both in entering text objects
  11.    and file names in message window (by relocating the blinking cursor
  12.    within the string).
  13. 5) F2ps (fig to postscript filter).  Although dashed and dotted line
  14.    style are not rendered as such on the screen for objects other than
  15.    polylines, the objects on hard copy produced with f2ps will be
  16.    rendered with the line style under which the objects are created
  17.    in fig.
  18.  
  19. Changes:
  20. ========
  21.  
  22. 1) Output format (ref: FORMAT1.4).  However fig 1.4 and its associated
  23.    filters (f2p and f2ps) can read fig 1.3 format but fig 1.4 will only
  24.    create output in the new format.
  25.  
  26. 2) Format of bitmap is now conform to the "iconedit" format (The first two
  27.    lines are comment lines indicating the width, height, etc.  Each short
  28.    word (16 bits) is followed by a comma except the last one.).  Here is
  29.    an example of the comment lines.
  30.  
  31.    /* Format_version=1, Width=33, Height=6, Depth=1, Valid_bits_per_item=16
  32.     */
  33.  
  34.    A row of bitmap is multiple of sixteen bits; however its actual width
  35.    (in "Width=..") may be not.
  36.  
  37.    The only exception to the format is that text objects which are not part
  38.    of any compound are appended to the end of the file.  They provide a
  39.    way to locate point on the bitmap.
  40.  
  41. Customizable characteristics:
  42. ============================
  43.  
  44. 1) The fonts used in fig are expected to reside in the
  45.    directory /usr/lib/fonts/fixedwidthfonts. If the fonts in
  46.    your system are not under the name directory, appropriate
  47.    changes should be made in file font.c.
  48.  
  49. 2) The size of fig can be changed by modifying two constants
  50.    in file "const.h", namely CANVAS_WIDTH and CANVAS_HEIGHT.
  51.